projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ae2f9f
)
(get_process): Add `static' to definition.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Nov 1993 02:37:58 +0000
(
02:37
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Nov 1993 02:37:58 +0000
(
02:37
+0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 74e8fc4947551bd4cb3f89f1dda7516155e70d48..0046947f6e3e3af1d70d04a6da7096797eb61bf8 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-509,7
+509,7
@@
BUFFER may be a buffer or the name of one.")
Buffers denote the first process in the buffer, and nil denotes the
current buffer. */
-Lisp_Object
+
static
Lisp_Object
get_process (name)
register Lisp_Object name;
{